home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / doc.lha / documentation / manual / fourth.errata < prev    next >
Text File  |  1987-06-30  |  992b  |  26 lines

  1.  
  2. Errata -- T manual, fourth edition 
  3.  
  4. (This is the file "//fs1/t/tman/fourth.errata" on YALE-RING.)
  5.  
  6. 17 March 1984
  7.  
  8. Page 58.   The LOWERCASE? examples are in error.
  9.                (LOWERCASE? #\y)      =>  true
  10.                (LOWERCASE? #\Y)      =>  false
  11.                (LOWERCASE? #\COMMA)  =>  false
  12.  
  13. Page 98.   (TC-SYNTAX-TABLE) - the second sentence is false.  (ENV ...)
  14.            only augments the early binding environment; it has no
  15.            effect on the syntax table.  For user-defined syntax to
  16.            be used in the compilation of a file, syntax table entries
  17.            must be established in (TC-SYNTAX-TABLE), or in the syntax
  18.            table specified in the SYNTAX-TABLE clause; these entries
  19.            might be set up, e.g., by loading files containing
  20.            DEFINE-SYNTAX forms.
  21.  
  22. Page 106.  2nd "R" command description.  This is not implemented by T 2.7.
  23.  
  24. Page 119.  "FX-" and FL-" require two arguments; they cannot be called
  25.            with one argument.
  26.